home *** CD-ROM | disk | FTP | other *** search
/ Chip: 2005 Utilities / CHIP Utilities 2005.7z / CHIP Utilities 2005.iso / images / arachne.igz / arachne.img / LEVEL0 / UTILZ.CAB / bin / Reboot.bat < prev    next >
DOS Batch File  |  2005-01-16  |  209b  |  13 lines

  1. @if "%debug%"=="" echo off
  2. if "%1"=="/c" goto _cold
  3. if "%1"=="/C" goto _cold
  4. if "%1"=="-c" goto _cold
  5. if "%1"=="-C" goto _cold
  6. :_warm
  7. fdapm warmboot
  8. goto _end
  9. :_cold
  10. fdapm coldboot
  11. goto _end
  12. :_end
  13.